home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
stabilzr.sit
/
The Stabilizer
/
card_9877.txt
< prev
next >
Wrap
Text File
|
1989-02-05
|
576b
|
24 lines
-- card: 9877 from stack: in
-- bmap block id: 3954
-- flags: 4000
-- background id: 2175
-- name: firstCard
----- HyperTalk script -----
on openCard
put the seconds + 5 into waitSec
get card field "allExpenses" of card "whichMonths"
if it = empty then
repeat until the seconds >= waitSec or the mouseClick
end repeat
visual venetian blinds to gray
visual venetian blinds
go card "about"
else
get word 1 of item 2 of the long date
visual barn door close slowly to gray
visual barn door open slowly
go card it
end if
end openCard